Add an XSetting for the session bus ID
authorMatthias Clasen <mclasen@redhat.com>
Fri, 19 Dec 2014 04:19:19 +0000 (23:19 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 19 Dec 2014 04:26:11 +0000 (23:26 -0500)
This will allow us to identify situations where we are not on
the same session bus as the xsettings provider.

https://bugzilla.gnome.org/show_bug.cgi?id=671802

gdk/x11/gdksettings.c

index 62a4ea35f8d4d07b7dcde6743e1776df88e26e2b..620a58ed0dd6c13d9745ab290ea4f578e7b34a26 100644 (file)
@@ -58,6 +58,7 @@ static const struct {
   {"Gtk/ShellShowsAppMenu",   "gtk-shell-shows-app-menu"},
   {"Gtk/ShellShowsMenubar",   "gtk-shell-shows-menubar"},
   {"Gtk/ShellShowsDesktop",   "gtk-shell-shows-desktop"},
+  {"Gtk/SessionBusId",        "gtk-session-bus-id"},
   {"Gtk/DecorationLayout",    "gtk-decoration-layout"},
   {"Gtk/TitlebarDoubleClick", "gtk-titlebar-double-click"},
   {"Gtk/TitlebarMiddleClick", "gtk-titlebar-middle-click"},